html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100vh;
  background: #e4e4e4 !important; 
  margin: 0rem;
  padding-top: 100px;
  overflow-x: hidden;
}

* {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer/Edge */
}

.navbar {
  background-color: #e4e4e4 !important;
  border-bottom: 2px solid #3d3434 !important;
}

.navbar-brand h1 {
  color: #3d3434;
  font-family: "Gasoek One", sans-serif;
  font-size: 2rem;
}

.navbar-nav {
  gap: 2rem;
}

@media (min-width: 1200px) and (max-width: 1325px){
  .navbar-nav {
    gap: 0rem;
  }
}

.nav-link {
  color: #3d3434 !important;
}

.btn-custom {
  color: #fff !important;
  padding: 0.5rem 1rem;
}

.offcanvas-header {
	background-color: #e4e4e4;
}

.offcanvas-body {
	background-color: #e4e4e4;
  font-family: "Gasoek One Regular", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  color: #3d3434;
}

@media (max-width: 1199px) {
  .offcanvas-body {
    justify-content: center;
  }
}

@media (min-width: 1200px){
  .offcanvas-body {
    justify-content: end;
  }
}

@media (min-width: 320px) and (max-width: 374px){
  .offcanvas-body a {
    font-size: 2rem;
    line-height: 0.8;
  }
}

@media (min-width: 375px) and (max-width: 424px){
  .offcanvas-body a {
    font-size: 2rem;
    line-height: 0.8;
  }
}

@media (min-width: 425px) and (max-width: 767px){
  .offcanvas-header img {
    width: 40px;
  }
  
  .offcanvas-body a {
    font-size: 3rem;
    line-height: 0.8;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .offcanvas-body a {
    font-size: 4rem;
    line-height: 0.8;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .offcanvas-body a {
    font-size: 6rem;
    line-height: 0.8;
  }
}

.modal-title {
  font-family: 'Gasoek One', sans-serif;
  font-size: 2rem;
  color: #3d3434;
}

/* HERO SECTION */
.hero-section {
  background-color: #3d3434;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-text {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.gasoek {
  font-family: 'Gasoek One', sans-serif;
  font-size: 8rem;
  color: #e4e4e4;
}

.fire-script {
  font-family: 'Pinyon Script', cursive;
  font-size: 16rem;
  color: #d21913;
  align-items: right;
  display: inline-block;
}

/* 🔥 Wiggle animation */
@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
  75% { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}

.wiggle {
  animation: wiggle 2s ease-in-out infinite;
}

/* open classes */
.openclass {
  width: 100%;
  background-color: #3d3434;
}

.openclass h2 {
  font-size: 8rem;
  text-align: center;
  font-family: 'gasoek one', sans-serif;
  color: #e4e4e4;
}

.classes-video-thumb {
  width: 100%;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.classes-video-card {
  background-color: #e4e4e4;
  border: 1px solid #3d3434;
}

.classes-video-card h3 {
 font-family: 'Gasoek One Regular', sans-serif;
 font-weight: 100;
 font-size: 2rem;
}

.classes-video-card p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
}

/* Modal Video Player Performances */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal video {
  width: 80%;
  max-height: 80%;
  background: black;
}

/* PICK A GENRE */
.text-center h1 {
  font-size: 8rem;
}

.text-center h2 {
  font-size: 18rem;
  line-height: 0.6;
}

.genre-tag {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #3d3434;
  border-radius: 999px;
  cursor: pointer;
  background-color: #e4e4e4;
  transition: background-color 0.2s ease-in-out;
  margin-top: -0.5rem;
  margin-left: 1rem;
  z-index: 999;
  position: relative; /* Required for absolutely positioned .preview-box */
}

.genre-tag:hover {
  background-color: #e4e4e4;
}

.preview-box {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add the float animation class */
.float-animated {
  animation: float-scale-fade-slide 0.3s ease-in-out alternate;
}

@keyframes float-scale-fade-slide {
  0% {
    transform: translateX(100px) scale(0.1);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0px) scale(1);
    opacity: 1;
  }
}


/* FOOTER */
.site-footer {
  background-color: #e4e4e4;
  border-top: 2px solid #3d3434;
  padding: 3rem 2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left li {
  font-size: 2rem;
  font-weight: 100;
  color: #3d3434;
  font-family: 'Gasoek One', sans-serif;
  line-height: 1.4;
  list-style: none;
  text-align: left;
}

.footer-center .footer-logo {
  width: 60px;
  height: 60px;
  border: 1px solid #3d3434;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #3d3434;
}

.footer-logo img {
  width: 100%;
  max-width: 150px;
}

.footer-right {
  text-align: center;
  color: #3d3434;
}

.social-icons {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.social-icons i {
  margin: 0 0.5rem;
  cursor: pointer;
}


@media (min-width: 320px) and (max-width: 424px){
  .gasoek {
    font-size: 4rem;
  }

  .hero-bottom {
    margin-top: -1rem;
  }

  .fire-script {
    font-size: 3rem;
  }

  .openclass h2 {
    font-size: 2rem;
  }

  .classes-video-card h3 {
    font-size: 1.5rem;
   }

  .text-center h1 {
    font-size: 2rem;
  }
  
  .text-center h2 {
    font-size: 6rem;
    line-height: 0.4;
  }

  .genre-tag {
    font-size: 1rem;
  }
}

@media (min-width: 425px) and (max-width: 767px){
  .gasoek {
    font-size: 4rem;
  }

  .hero-bottom {
    margin-top: -2rem;
  }

  .fire-script {
    font-size: 5rem;
  }

  .openclass h2 {
    font-size: 3rem;
  }

  .classes-video-card h3 {
    font-size: 1.5rem;
   }

  .text-center h1 {
    font-size: 3rem;
  }
  
  .text-center h2 {
    font-size: 8rem;
    line-height: 0.4;
  }

  .genre-tag {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .gasoek {
    font-size: 4rem;
  }

  .hero-bottom {
    margin-top: -4rem;
  }

  .fire-script {
    font-size: 8rem;
  }

  .openclass h2 {
    font-size: 4rem;
  }

  .classes-video-card h3 {
    font-size: 1.5rem;
   }

  .text-center h1 {
    font-size: 4rem;
  }
  
  .text-center h2 {
    font-size: 10rem;
    line-height: 0.4;
  }

  .genre-tag {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) and  (max-width: 1439px){
  .gasoek {
    font-size: 6rem;
  }

  .hero-bottom {
    margin-top: -4rem;
  }

  .fire-script {
    font-size: 12rem;
  }

  .openclass h2 {
    font-size: 6rem;
  }

  .classes-video-card h3 {
    font-size: 2rem;
   }

  .text-center h1 {
    font-size: 6rem;
  }
  
  .text-center h2 {
    font-size: 14rem;
    line-height: 0.4;
  }

  .genre-tag {
    font-size: 1rem;
  }
}